projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24dd8f
)
Remove duplicate definition of GtkStylePrintFunc
author
Christophe Fergeau
<cfergeau@redhat.com>
Wed, 11 Jan 2012 12:10:06 +0000
(13:10 +0100)
committer
Christophe Fergeau
<cfergeau@redhat.com>
Wed, 11 Jan 2012 12:10:28 +0000
(13:10 +0100)
gtk/gtkcssstylefuncs.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssstylefuncs.c
b/gtk/gtkcssstylefuncs.c
index 5f4893b991d6a5b1d9c931317ee3667ac728bc46..5184b526c54cd0741714d5013fae04cee8eda686 100644
(file)
--- a/
gtk/gtkcssstylefuncs.c
+++ b/
gtk/gtkcssstylefuncs.c
@@
-55,8
+55,6
@@
typedef gboolean (* GtkStyleParseFunc) (GtkCssParser
GValue *value);
typedef void (* GtkStylePrintFunc) (const GValue *value,
GString *string);
-typedef void (* GtkStylePrintFunc) (const GValue *value,
- GString *string);
typedef void (* GtkStyleComputeFunc) (GValue *computed,
GtkStyleContext *context,
const GValue *specified);